home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / Convolution3DYV12.xml < prev    next >
Extensible Markup Language  |  2004-02-06  |  1KB  |  30 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="Convolution3DYV12">
  4.   <description />
  5.   <filters>
  6.     <filter name="Convolution3D" category="???" helpfile="Convolution3D" type="clip">
  7.       <description>Convolution3D is a spatio-temporal smoother, it applies a 3D convolution filter to all pixels of consecutive frames. The main difference (besides the required colorformat), is the absence of the Temporal Influence setting. More info: see Convolution3D.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.       </colorspaces>
  11.       <parameters>
  12.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="False" paramList="False">
  13.           <description />
  14.           <items />
  15.         </parameter>
  16.         <parameter name="preset" type="string" default="movieHQ" max="0" min="0" step="0" optional="True" paramList="True">
  17.           <description />
  18.           <items>
  19.             <item>movieHQ</item>
  20.             <item>movieLQ</item>
  21.             <item>animeHQ</item>
  22.             <item>animeLQ</item>
  23.             <item>animeBQ</item>
  24.             <item>vhsBQ</item>
  25.           </items>
  26.         </parameter>
  27.       </parameters>
  28.     </filter>
  29.   </filters>
  30. </plugin>